Skip to content

TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)#4826

Merged
dooleydevin merged 2 commits intogithub:mainfrom
gxono:patch-1
Apr 6, 2026
Merged

TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)#4826
dooleydevin merged 2 commits intogithub:mainfrom
gxono:patch-1

Conversation

@gxono
Copy link
Copy Markdown
Contributor

@gxono gxono commented Mar 28, 2026

ConTeXt generates .tuc files (utility cache) during each run.

These can be removed using the command line --purgeall.

ConTeXt MKII generates .tui and .tuo with the generation of ToC.

These files store document metadata between compilations and are not part of the source, so they should be ignored.

ConTeXt generates .tua and .tuc files (utility cache) during each run. These files store document metadata between compilations and are not part of the source, so they should be ignored.
@gxono gxono requested a review from a team as a code owner March 28, 2026 00:24
@dooleydevin
Copy link
Copy Markdown
Collaborator

@gxono can you provide documentation for this change? I don't doubt these files should be ignored, but I have not been able to verify their purpose from a quick search through the ConTeXt documentation.

@gxono gxono changed the title TeX: add ConTeXt utility cache file (.tua & .tuc) TeX: add ConTeXt utility cache file (.tuc, .tui & tuo) Apr 4, 2026
ConTeXt generates .tuc files (utility cache) during each run. 

These can be removed using the command line [--purgeall](https://wiki.contextgarden.net/Input_and_compilation/Executable_scripts_and_auxiliary_files/context_script#--purgeall).

ConTeXt MKII generates .tui and .tuo with the generation of [ToC](https://wiki.contextgarden.net/Document_structure_and_headlines/Table_of_contents).

These files store document metadata between compilations and are not part of the source, so they should be ignored.
Copy link
Copy Markdown
Collaborator

@dooleydevin dooleydevin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate the updated documentation! ✅

@dooleydevin dooleydevin merged commit 5853962 into github:main Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants